home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / my-shop-dress-up.swf / scripts / DefineButton2_254 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-17  |  235b  |  13 lines

  1. on(release){
  2.    if(btn_shoe2._currentframe < btn_shoe2._totalframes)
  3.    {
  4.       btn_shoe2.nextFrame();
  5.       btn_purse2.nextFrame();
  6.    }
  7.    else
  8.    {
  9.       btn_shoe2.gotoAndStop(1);
  10.       btn_purse2.gotoAndStop(1);
  11.    }
  12. }
  13.